Use Cases
The Write API endpoints provide external integration endpoints to PowerReviews Write-a-Review form for server-to-server implementations. These endpoints include:
- GetReviewTemplate - this endpoint retrieves the set of review questions for a specific page id, locale, and user ID. This response is fully augmented by local specific content where applicable.
- SubmitReview - this endpoint submits a user's review data for a product.
Additional Details
Only pending status reviews are accepted by these endpoints. Stored reviews have audit information stored in the REVIEW_EXTRA table if the review has a flag denoting that the review was via the API endpoint.
Content submission from high-volume merchants is isolated from general online submission and that of low-volume merchants.